A transaction manager intended specifically for use with custom apps This is available as the transactionManager variable. So in custom apps you use this:

   transactionManager.commit();
 


Methods

Name Returns Notes Example
begin ( ) void
commit ( ) void
rollback ( ) void

Ask a question, or offer an answer